-
Notifications
You must be signed in to change notification settings - Fork 79
feat: add ParameterClient for external parameter access #1318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ParameterClient for external parameter access #1318
Conversation
05728bf to
9cb7abb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting the PR, will take a look later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR with effective unit test & ts declaration, LGTM!
9cb7abb to
14ed2c5
Compare
|
@mahmoud-ghalayini please go ahead to merge the PR, thanks! |
Public API Changes
Added
ParameterClientclass for remote parameter access:node.createParameterClient(remoteNodeName, options)node.destroyParameterClient(parameterClient)ParameterClientwith full API for get/set/list/describe operationsparameterTypeFromValueutility#1317